getRoutingInfoForAppointment
getRoutingInfoForAppointment
Path Parameters
appointment_uuid string required
appointment_uuid
Responses
- 200
- 401
- 403
- 404
OK
application/json
Schema
Example (from schema)
Schema
dealerUuid string
error object
statusCode int32
warnings object[]
{
"dealerUuid": "string",
"error": {
"code": "string",
"description": "string",
"metadata": {}
},
"statusCode": 0,
"warnings": [
{
"code": "string",
"description": "string"
}
]
}
Unauthorized
Forbidden
Not Found
GET /appointment/:appointment_uuid/routing-info
Request
Request
curl / cURL
curl -L -X GET '//api.mykaarma.com/mobile-service/appointment/:appointment_uuid/routing-info' \
-H 'Accept: application/json'
python / requests
curl -L -X GET '//api.mykaarma.com/mobile-service/appointment/:appointment_uuid/routing-info' \
-H 'Accept: application/json'
go / native
curl -L -X GET '//api.mykaarma.com/mobile-service/appointment/:appointment_uuid/routing-info' \
-H 'Accept: application/json'
nodejs / axios
curl -L -X GET '//api.mykaarma.com/mobile-service/appointment/:appointment_uuid/routing-info' \
-H 'Accept: application/json'
ruby / Net::HTTP
curl -L -X GET '//api.mykaarma.com/mobile-service/appointment/:appointment_uuid/routing-info' \
-H 'Accept: application/json'
csharp / RestSharp
curl -L -X GET '//api.mykaarma.com/mobile-service/appointment/:appointment_uuid/routing-info' \
-H 'Accept: application/json'
php / cURL
curl -L -X GET '//api.mykaarma.com/mobile-service/appointment/:appointment_uuid/routing-info' \
-H 'Accept: application/json'
java / OkHttp
curl -L -X GET '//api.mykaarma.com/mobile-service/appointment/:appointment_uuid/routing-info' \
-H 'Accept: application/json'
powershell / RestMethod
curl -L -X GET '//api.mykaarma.com/mobile-service/appointment/:appointment_uuid/routing-info' \
-H 'Accept: application/json'